home *** CD-ROM | disk | FTP | other *** search
/ Delphi Informant Complete 1995 - 2000 / Delphi Informant Complete 1995 to 2000.iso / Delphi Informant Magazine Complete Works SOURCE CODE 1998.rar / 1998 / May / di9805rs / Thread.dfm / Thread.txt
Text File  |  1998-01-01  |  620b  |  32 lines

  1. object ThreadedListForm: TThreadedListForm
  2.   Left = 128
  3.   Top = 101
  4.   Width = 201
  5.   Height = 241
  6.   Caption = 'Threaded List'
  7.   Font.Charset = ANSI_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'Courier New'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   OnDestroy = FormDestroy
  14.   OnPaint = FormPaint
  15.   PixelsPerInch = 96
  16.   TextHeight = 14
  17.   object OrderOptions: TRadioGroup
  18.     Left = 4
  19.     Top = 2
  20.     Width = 185
  21.     Height = 39
  22.     Caption = 'Order'
  23.     Columns = 2
  24.     ItemIndex = 0
  25.     Items.Strings = (
  26.       'By Name'
  27.       'By ID')
  28.     TabOrder = 0
  29.     OnClick = OrderOptionsClick
  30.   end
  31. end
  32.